.main-offer{
font-style: italic;
}



/* TITRE */
  .discover_title{
    text-transform: uppercase;
    font-weight: 500;
  }

  /* === TABLE DESKTOP === */
 .desk_version table {
    width: 70%;
    border-collapse: collapse;
    margin: 0 auto;
  }

  thead tr th {
    padding: 12px;
    font-weight: bold;
    border-bottom: 1px solid #D0D0D0;
    text-align: center;
  }

  thead tr th:first-child {
    text-align: left;
  }

  tbody tr {
    border-bottom: 1px solid #D0D0D0;
  }

  tbody td {
    padding: 12px;
    text-align: center;
  }

  tbody td:first-child {
    text-align: left;
  }

  .dot {
    font-size: 35px;
    color: #333;
  }

  .avantage_categ span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 4px;
    font-weight: 600;
  }

  /* === SLIDER MOBILE === */
  .slider-container {
    display: none;
  }

  .horizontal-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 20px;
  }

  .mobile_version {
  flex: 0 0 100%;
  scroll-snap-align: center;
  background-color: #f8f8f8;
  padding: 20px;
  min-width: 100%;
  min-height: 100%; /* S'assurer que la hauteur de chaque carte couvre tout le contenu */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



  .avantages_categ_container h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
  }

  .avantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }

  .avantages img {
    width: 18px;
    height: 18px;
  }

  .avantage_title {
    margin: 0;
  }

.avantage_title a{
cursor: pointer;
}

  .avantage_title a{
    text-decoration: underline;
  }

  .horizontal-slider::-webkit-scrollbar {
    display: none;
  }

  .horizontal-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .local-slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.local-slider-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
}

.local-slider-dots .dot.active {
  background-color: #A2A9B0;
}

.avantage_button_container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
  gap: 1rem;
}

.avantage_button_container3{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
margin: 2rem auto;

}


.avantage_button_container2{
margin : 2rem 0;
}


.etam_connect_text{
font-size: 1rem;
margin-top : 2rem;
text-align : center;
}

.etam_connect_text2{
margin-top : 2rem;
text-align : center;
}

.etam_connect_text_26{
	 font-size: 1.4rem;
}

.-marginn{
margin : 4rem 0;
}

.display{
display : none;
}

.display_desk{
display : block; 
}


.etam_connect_10{
font-size: 2rem;
font-family: "Stanley";
font-weight: 600;
text-transform : uppercase; 
line-height : 2.2rem;
margin: 1.5rem 0;
}

.etam_connect_50{
font-weight : 400;
}


  /* === RESPONSIVE === */
  @media (max-width: 768px) {


.experience-layouts-mobileGrid1r2c:nth-of-type(7) .pageDesigner__item.-twoColumns {
    flex-direction: column-reverse !important;
}
    .desk_version {
      display: none;
    }

.display {
display : block;
}

.display_desk{
display : none; 
}

.etam_connect_text_26{
font-size : 1.2rem;
}

    .slider-container {
      display: block;
    }

    .avantage_title{
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      line-height: 1.5rem;
    }

    .discover_title{
      font-size: 20px;
    }

    .avantage_button_container, .avantage_button_container3{
      flex-direction: column;
gap : 0;
    }

    .avantage_button_container a, .avantage_button_container3 a{
      width:60% ;
    }
  }